home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1256 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.9 KB  |  61 lines

  1. Path: news.iconn.net!news
  2. From: thecrow@iconn.net (The Crow)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: DOS program creation in Borland 4.5...help!
  5. Date: 10 Jan 1996 04:10:12 GMT
  6. Organization: I rule the world
  7. Message-ID: <4cve74$f0n@news.iconn.net>
  8. References: <4cu3jo$rtg@nntp5.u.washington.edu>
  9. NNTP-Posting-Host: st-ts00-01.iconn.net
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=ISO-8859-1
  12. X-Newsreader: WinVN 0.99.6
  13.  
  14. In article <4cu3jo$rtg@nntp5.u.washington.edu>, zoroastr@u.washington.eduâ–„ 
  15. says...
  16. >
  17. >To anyone who has had experience creating DOS executables using Borland 
  18. >C++ 4.5: HELP!!!...seriously, if you can answer this question, i would 
  19. >really appreciate it.  if you can send me an answer by e-mail, that would 
  20. >be great, but i'll monitor this group anyway (someone else may benefit 
  21. >from your answer).  here's the problem, the steps i take, and the results 
  22. >i get:
  23. >
  24. >after writing the program, it compiles error-free and runs in the little 
  25. >window inside the IDE.
  26. >
  27. >i then invoke the Target Expert to begin creating the DOS executable.
  28. >
  29. >the tagert parameters are set and the file is created after re-compiling.
  30. >
  31. >i shell out to DOS and try to run the program.
  32. >
  33. >DOS says i have to run the program in Windows.
  34. >
  35. >WHY?
  36. >
  37. >These are very small (20-line) programs just for testing.  all they do is 
  38. >prompt for input and perform simmple math operations.  i have tried many 
  39. >different combinations of settings in the Target Expert to try to fix 
  40. >this, but to no avail.  can you help?
  41. >
  42. >thanks a lot in advance,
  43. >
  44. >john cain
  45. >university of washington
  46. >
  47. with BC++ 4.5 I do this.
  48.  
  49. write the program
  50. right click on the window, go to TARGET EXPERT, go to APPLICATION .EXE, then 
  51. DOS(STANDARD) the ok.  Then I goto DEBUG and then RUN, and it runs it in a 
  52. window.  You can then compile under the project window and it will make the EXE 
  53. file.
  54.  
  55.  
  56. -- 
  57. The Crow - thecrow@iconn.net
  58. "It can't rain all the time"
  59. -Kryptology
  60.  
  61.